home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / footage / 19.dxr / 00059.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  110 b   |  10 lines

  1. on mouseDown
  2.   button()
  3. end
  4.  
  5. on mouseUp
  6.   if rollOver(clickOn()) then
  7.     go(1, "@\..\MAINMENU")
  8.   end if
  9. end
  10.